projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71d7a1b
)
Fix CSS spelling in a translatable string
author
Piotr Drąg
<piotrdrag@gmail.com>
Fri, 20 Jan 2017 22:46:38 +0000
(23:46 +0100)
committer
Piotr Drąg
<piotrdrag@gmail.com>
Fri, 20 Jan 2017 22:46:38 +0000
(23:46 +0100)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index e46bcce51cb274f6821c06a6f3582b5877ec0b8b..eb234bc17e0b9e4b6d1e9786467a7769899f6c03 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-1496,7
+1496,7
@@
gtk_widget_class_init (GtkWidgetClass *klass)
widget_props[PROP_CSS_NAME] =
g_param_spec_string ("css-name",
P_("CSS Name"),
- P_("The name of this widget in the
css
tree"),
+ P_("The name of this widget in the
CSS
tree"),
NULL,
GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);